From: Stefan Monnier Date: Sat, 13 Oct 2001 19:12:07 +0000 (+0000) Subject: (2C-mode): Don't use make-local-hook. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~61564 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b546b1a52d92dc025dc38befe79d0fa176dc8744;p=emacs.git (2C-mode): Don't use make-local-hook. --- diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el index da5fd523bfd..e75af5b1bac 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el @@ -327,7 +327,6 @@ These keybindings can be customized in your ~/.emacs by `2C-mode-map', The appearance of the screen can be customized by the variables `2C-window-width', `2C-beyond-fill-column', `2C-mode-line-format' and `truncate-partial-width-windows'." - (make-local-hook 'post-command-hook) (add-hook 'post-command-hook '2C-autoscroll nil t) (setq fill-column (- 2C-window-width 2C-beyond-fill-column)